crypto/internal/hpke.dhKEM.ExtractAndExpand (method)

3 uses

	crypto/internal/hpke (current package)
		hpke.go#L83: func (dh *dhKEM) ExtractAndExpand(dhKey, kemContext []byte) ([]byte, error) {
		hpke.go#L109: 	sharedSecret, err = dh.ExtractAndExpand(dhVal, kemContext)
		hpke.go#L126: 	return dh.ExtractAndExpand(dhVal, kemContext)